home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / sys / Mu680x0Libs.lha / Mu680x0Libs / Include / clib / 680x0_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-31  |  450 b   |  28 lines

  1. #ifndef  CLIB_680X0_PROTOS_H
  2. #define  CLIB_680X0_PROTOS_H
  3.  
  4. /*
  5. **      $VER: 680X0_protos.h 40.1 (31.10.99)
  6. **      Includes Release 40.1
  7. **
  8. **      C prototypes.
  9. **
  10. **      © 1999 THOR-Software (Thomas Richter)
  11. **
  12. */
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifndef LIBRARIES_680X0_H
  19. #include <libraries/680x0.h>
  20. #endif
  21.  
  22. char CPUType(void);
  23. char FPUType(void);
  24. char MMUType(void);
  25. ULONG SetFPUExceptions(ULONG flags,ULONG mask);
  26.  
  27. #endif
  28.